testing.B.previousN (field)

4 uses

	testing (current package)
		benchmark.go#L99: 	previousN        int           // number of iterations in the previous run
		benchmark.go#L195: 	b.previousN = n
		benchmark.go#L764: 	if b.previousN > 0 && b.previousDuration > 0 {
		benchmark.go#L765: 		grain = 1e5 * uint64(b.previousN) / uint64(b.previousDuration)